home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat3 / Tcl / unknown.z / unknown
Text File  |  1998-10-30  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. uuuunnnnkkkknnnnoooowwwwnnnn((((3333TTTTccccllll))))                                                    uuuunnnnkkkknnnnoooowwwwnnnn((((3333TTTTccccllll))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      unknown - Handle attempts to use non-existent commands
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      uuuunnnnkkkknnnnoooowwwwnnnn _c_m_d_N_a_m_e ?_a_r_g _a_r_g ...?
  13.  
  14.  
  15. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.      This command doesn't actually exist as part of Tcl, but Tcl will invoke
  17.      it if it does exist.  If the Tcl interpreter encounters a command name
  18.      for which there is not a defined command, then Tcl checks for the
  19.      existence of a command named uuuunnnnkkkknnnnoooowwwwnnnn.  If there is no such command, then
  20.      the interpreter returns an error.  If the uuuunnnnkkkknnnnoooowwwwnnnn command exists, then it
  21.      is invoked with arguments consisting of the fully-substituted name and
  22.      arguments for the original non-existent command.  The uuuunnnnkkkknnnnoooowwwwnnnn command
  23.      typically does things like searching through library directories for a
  24.      command procedure with the name _c_m_d_N_a_m_e, or expanding abbreviated command
  25.      names to full-length, or automatically executing unknown commands as
  26.      sub-processes.  In some cases (such as expanding abbreviations) uuuunnnnkkkknnnnoooowwwwnnnn
  27.      will change the original command slightly and then (re-)execute it.  The
  28.      result of the uuuunnnnkkkknnnnoooowwwwnnnn command is used as the result for the original
  29.      non-existent command.
  30.  
  31.  
  32. KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  33.      error, non-existent command
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.